GET /public/v1/logs
Get the list of all logs within the selected workspace. Optionally filter by date, page, and #
of items per page.
Servers
- https://api.pandadoc.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
to |
String | No |
Determines a point in time from which logs should be fetched. Either a specific ISO 8601 datetime or a relative identifier such as "-10d" (for past 10 days) or a special "now" value. |
page |
Integer | No |
Page number of the results returned. |
environment_type |
String | No |
Returns logs for production/sandbox. Possible values:
|
count |
Integer | No |
The amount of items on each page. |
methods[] |
Array | No |
Returns only the predefined HTTP methods. Allows GET, POST, PUT, PATCH, and DELETE. |
search |
String | No |
Returns the results containing a string. |
since |
String | No |
Determines a point in time from which logs should be fetched. Either a specific ISO 8601 datetime or a relative identifier such as "-90d" (for past 90 days). |
statuses[] |
Array | No |
Returns only the predefined status codes. Allows 1xx, 2xx, 3xx, 4xx, and 5xx. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.