v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-08170291390.5 KB
Automations

Read Automations

post/api/automations/filter

Headers

x-prefect-api-versionstring

Request body

sort'CREATED_DESC' | 'UPDATED_DESC' | 'NAME_ASC' | 'NAME_DESC'

Defines automations sorting options.

offsetinteger
limitinteger

Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.

Response

Successful Response

namestring required

The name of this automation

descriptionstring

A longer description of this automation

enabledboolean

Whether this automation will be evaluated

idstring uuid
createdstring date-time
updatedstring date-time