Skip to main content
POST
Search flow tags

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Body

application/json
flowIDs
string[]
required

Flow IDs to fetch tags for (format flw-<number>).

keys
string[]

Optional tag keys to include.

limit
integer
default:100

Maximum number of tags to return. Defaults to 100, maximum 10000.

Required range: 1 <= x <= 10000

Response

Matching flow tags.

id
string
required

Flow tag ID (format flt-<number>).

flowID
string
required

Parent flow ID (format flw-<number>).

sessionID
string
required

Session ID (UUID format).

key
string
required

Tag key.

value
string
required

Tag value.

createdMs
integer<int64>
required

Creation time in milliseconds since epoch.