List Flows
List the flows registered in the store.
Query parameters
Filter on source identifier.
A timerange of timestamps. It is represented using one or two timestamps with inclusivity and exclusivity markers.
E.g.
- [0:0_10:0) represents 10 seconds of media starting at timestamp 0:0 and ending before 10:0.
- (5:0_ represents a timerange starting after 5:0 and to eternity.
- [1694429247:0_1694429248:0) is a 1 second TAI timerange starting at 2023-09-11T10:46:50.0Z UTC.
- [1694429247:0] is an instantaneous TAI timerange at 2023-09-11T10:46:50.0Z UTC. This is equivalent to [1694429247:0_1694429247:0]. The short syntax is preferred due to ease of identification as instantaneous. Instantaneous TimeRanges cannot use exclusive markers (i.e. ( or )).
- A [ or ] indicates that bound is inclusive, and a ( or ) indicates that bound is exclusive.
Details of the format can be found in the Timestamps in TAMS application note.
Filter on flows that overlap the given timerange. An empty timerange returns flows with no content.
Identifies the content format for a flow or source using a URN string.
Filter on flow format.
MIME Type string.
Filter on flow codec.
Filter on flows that have the given label.
Filter on flows that have a tag named {name} and with the given value. The {name} could contain escaped characters to allow it to be used in a URL.
Filter on flows that have a tag named {name} regardless of value. The {name} could contain escaped characters to allow it to be used in a URL. If set to true then the presence of the tag is filtered for. If set to false then its absence is. If left out then no filtering on tag presence is performed.
Filter on video flows that have the given frame width.
Filter on video flows that have the given frame height.
Opaque string used by backend to access a specific page of results. Clients should read the next URL from the Link header returned with responses, or use value of the returned X-Paging-NextKey header. If not supplied, the first page is accessed. Implementations should ensure a consistent sort order is applied to pages of results.
Restrict the response to the specified number of results. Implementations may specify their own default and maximum for the limit