Payload Metadata

Index

get

Pagination

Pagination is available for this request. Please see the section on using pagination for more details.

Available Filters

These are the filters that can be used to specific the data to return. Please see the section on using filters for more details.

  • id

  • flow_run_id

  • flow_step_id

  • flow_log_id

Available Sorts

These are the sorts that can be used order the returned data. Please see the section on using sorting for more details.

  • created_at

  • id

Authorizations
Query parameters
filter[id]stringOptional

Filter results by id.

filter[flow_run_id]stringOptional

Filter results by flow_run_id.

filter[flow_step_id]stringOptional

Filter results by flow_step_id.

filter[flow_log_id]stringOptional

Filter results by flow_log_id.

sortstringOptional

Sort field. Prefix with - for descending. Available: created_at, id

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/payload-metadata

Download

get

Download for download.

Authorizations
Path parameters
payloadMetadatumstringRequired

The payloadMetadatum identifier.

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/api/v1/payload-metadata/{payloadMetadatum}/download

Get Meta

get

Get Meta for meta.

Authorizations
Path parameters
payloadMetadatumstringRequired

The payloadMetadatum identifier.

Responses
chevron-right
200

Successful response

No content

get
/api/v1/payload-metadata/{payloadMetadatum}/meta

No content

Show

get

Get a single payload metadata.

Authorizations
Path parameters
payload_metadatumstringRequired

The payload metadatum identifier.

Query parameters
filter[id]stringOptional

Filter results by id.

filter[flow_run_id]stringOptional

Filter results by flow_run_id.

filter[flow_step_id]stringOptional

Filter results by flow_step_id.

filter[flow_log_id]stringOptional

Filter results by flow_log_id.

sortstringOptional

Sort field. Prefix with - for descending. Available: created_at, id

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/payload-metadata/{payload_metadatum}

Last updated

Was this helpful?