HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

List requests

List all requests. By default, this will return workflow execution representation; an optional values parameter can be supplied to return only the specified set of fields of the request.

Query Params
integer
Defaults to 0

Specifies the number of items to be skipped in the response. Used together with Limit parameter to fetch paginated responses. This is automatically set in X-Next-Page response header if present.

integer
≥ 1
Defaults to 100

Specifies the number of items to be fetched in one paginated response. Response may have a X-Next-Page URL parameter in the header to fetch next set of items or page.

string

Only Workflow executions with specified type will be returned.

json

Only Workflow executions with specified state will be returned.

string
Defaults to active

Only Workflow executions with specified status will be returned.

integer

ID of the user who has initiated the workflow execution.

string

Only Workflow executions with specified otype will be returned.

Responses

409

Conflict

410

Gone

422

Unprocessable entity

424

Failed dependency

429

Too many requests

Language
Credentials
URL
Choose an example:
application/json