Skip to content

Get schedule

GET
/api/v1/schedules/{id}
curl --request GET \
--url https://dashboard.justcrawl.io/api/v1/schedules/example \
--header 'Authorization: Bearer <token>'
id
required
string

Schedule detail

Media type application/json
object
id
string format: uuid
name
string
workflowId
string format: uuid
nullable
tagFilters
Array<string>
frequency
string
Allowed values: hourly daily weekly monthly custom
cronExpr
string
timezone
string
isEnabled
boolean
nextRunAt
string format: date-time
lastRunAt
string format: date-time
nullable
createdAt
string format: date-time
Example
{
"frequency": "hourly"
}

Schedule not found