[beta] Get Function logs.

Retrieve paginated log entries for a specific Function within a given time range. Logs are produced during Function executions and can be filtered by text content.

Rate limit: 100 requests/min (learn more about rate limits here).

To use this endpoint, select Read Functions under the Functions category when creating or editing an API token. Learn More.

Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.

Path Params
string
required

The name of the Function whose logs to retrieve.

Query Params
date-time
required

Required RFC 3339 timestamp for the beginning of the log time range.

date-time
required

Required RFC 3339 timestamp for the end of the log time range.

string

If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results.

integer
1 to 512
Defaults to 100

The maximum number of log entries to return per page. Default is 100.

string

Optional text to filter log entries. Only logs containing this text will be returned.

Responses

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json