Tracked Data
List Tracked Data
Retrieves a paginated list of tracked data records. Can be filtered by flow_id, flow_run_id, step_id, entity_type_id, value, created_before, and created_after.
get/api/v1/tracked-data
Query parameters
filter[flow_id]string
Filter results by flow_id.
filter[flow_run_id]string
Filter results by flow_run_id.
filter[step_id]string
Filter results by step_id.
filter[entity_type_id]string
Filter results by entity_type_id.
filter[tracked_data_store_reference]string
Filter results by tracked_data_store_reference.
filter[value]string
Filter results by value.
filter[created_before]string
Filter results by created_before.
filter[created_after]string
Filter results by created_after.
includestring
Comma-separated list of relationships to include. Available: flow, flowRun, flowStep, entityType
sortstring
Sort field. Prefix with - for descending. Available: created_at, id
pageinteger
Page number for pagination.
per_pageinteger
Number of results per page.
Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.