GET /public/v2/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 |
Returns page of the results by number. Default value: 1 |
environment_type |
String | No |
Returns logs for production/sandbox. Valid values:
|
count |
Integer | No |
The amount of items on each page. Default value: 100 |
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). Default value: "-90d" |
statuses[] |
Array | No |
Returns only the predefined status codes. |
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.