Deployments
Paginate Deployments
Pagination query for flow runs.
POST
Headers
Body
application/json
Required range:
x >= 1
Filter for flows. Only flows matching all criteria will be returned.
Filter flow runs. Only flow runs matching all criteria will be returned
Filter task runs. Only task runs matching all criteria will be returned
Filter for deployments. Only deployments matching all criteria will be returned.
Filter work pools. Only work pools matching all criteria will be returned
Filter work queues. Only work queues matching all criteria will be returned
Defines deployment sorting options.
Available options:
CREATED_DESC
, UPDATED_DESC
, NAME_ASC
, NAME_DESC
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.