GET
/
schedules
curl --request GET \
  --url http://localhost/api/schedules
{}

Query Parameters

sort
string

Available sorts are name, id, scheduled_at, completed_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -name.

include
string

Available includes are components, componentsCount, componentsExists, updates, updatesCount, updatesExists, user, userCount, userExists. You can include multiple options by separating them with a comma.

filter[name]
string

Filter the resources by name.

filter[status]
enum<integer>

Filter the resources by status.

Available options:
0,
1,
2
per_page
integer
default:
15

How many items to show per page.

page
integer

Which page to show.

Response

200 - application/json

The response is of type object.