Get all runs for a crawler
GET /api/v2/organizations/{organization}/projects/{project}/crawlers/{crawler}/runs
GET
/api/v2/organizations/{organization}/projects/{project}/crawlers/{crawler}/runs
Authorizations
Parameters
Path Parameters
organization
required
string
Organization identifier
Example
test-org project
required
string
Project identifier
Example
test-project crawler
required
string
Crawler identifier
Example
00000000-0000-0000-0000-000000000000Responses
200
The runs
Array<object>
object
id
required
Run ID
integer
12345 crawler_config_id
required
Crawler config ID
integer
12345 project_id
required
Project ID
integer
12345 last_status
required
Run status
string
completed task_id
required
Task ID
string
task-12345 started_at
Start time (Unix timestamp)
integer
1705749300 completed_at
Completion time (Unix timestamp)
integer
1705749600 created_at
Creation timestamp
string format: date-time
2024-01-20T09:15:00Z updated_at
Last update timestamp
string format: date-time
2024-01-20T09:15:00Z400
The server could not understand the request due to invalid syntax.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true{ "message": "The requested resource was not found", "error": true}403
Access is forbidden.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true{ "message": "The requested resource was not found", "error": true}404
The resource was not found.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true{ "message": "The requested resource was not found", "error": true}500
An unexpected error occurred.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true{ "message": "The requested resource was not found", "error": true}