Logs
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
GET | |
PATCH | |
DELETE |
Create logs views
Required API key scopes
logs:writeRequest parameters
- namestring
- filtersobject
- columnsarraynull
- pinnedboolean
Response
Example request
POST /api /projects /:project_id /logs /viewsExample response
Status 201
RESPONSE
Retrieve logs views
Required API key scopes
logs:readPath parameters
- short_idstring
Response
Example request
GET /api /projects /:project_id /logs /views /:short_idExample response
Status 200
RESPONSE
Update logs views
Required API key scopes
logs:writePath parameters
- short_idstring
Request parameters
- namestring
- filtersobject
- columnsarraynull
- pinnedboolean
Response
Example request
PATCH /api /projects /:project_id /logs /views /:short_idExample response
Status 200
RESPONSE
Delete logs views
Required API key scopes
logs:writePath parameters
- short_idstring
Example request
DELETE /api /projects /:project_id /logs /views /:short_id