Get objects related to a Flow

Retrieve objects related to a specific Agentic Flow.

Returns objects related to a Flow. Available relationships: group (the owning group) and flow_executions (the Flow's execution history). Use GET /flows/{id}/relationships/{relationship} instead to get object descriptors (type + id only) rather than full objects.

Path Params
string
required

Flow ID.

string
required

Relationship name: group or flow_executions.

Query Params
int32
0 to 40
Defaults to 10

Maximum number of related objects to return.

string

Continuation cursor.

Headers
string
required

Your API key.

string

Optional. ID of the group whose API quota should be charged for the request. If omitted, the parent group's quota is used. Only relevant when your API key belongs to more than one group (multi-tenancy).

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json