Tracked Data

Index

get

Pagination

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

Available Includes

These are the includes that can be used to include addition related data in the results. Please see the section on using includes for more details.

  • flow

  • flow_count

  • flowExists

  • flowRun

  • flowRun_count

  • flowRunExists

  • flowStep

  • flowStep_count

  • flowStepExists

  • entityType

  • entityType_count

  • entityTypeExists

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.

  • flow_id

  • flow_run_id

  • step_id

  • entity_type_id

  • value

  • created_before

  • created_after

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[flow_id]stringOptional

Filter results by flow_id.

filter[flow_run_id]stringOptional

Filter results by flow_run_id.

filter[step_id]stringOptional

Filter results by step_id.

filter[entity_type_id]stringOptional

Filter results by entity_type_id.

filter[tracked_data_store_reference]stringOptional

Filter results by tracked_data_store_reference.

filter[value]stringOptional

Filter results by value.

filter[created_before]stringOptional

Filter results by created_before.

filter[created_after]stringOptional

Filter results by created_after.

includestringOptional

Comma-separated list of relationships to include. Available: flow, flowRun, flowStep, entityType

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/tracked-data

Get Entity Types

get

Get Entity Types for entity types.

Authorizations
Query parameters
includestringOptional

Comma-separated list of relationships to include. Available: endpoints, fieldTags, systemFields

sortstringOptional

Sort field. Prefix with - for descending. Available: name

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

No content

get
/api/v1/tracked-data/entity-types

No content

get

Search for search.

Authorizations
Responses
chevron-right
200

Successful response

No content

get
/api/v1/tracked-data/search

No content

Last updated

Was this helpful?