API Reference
Log In
API Reference

Get Squad Executions

Get paginated list of squad executions (individual runs of a multi-agent workflow) with aggregated metrics. Can be filtered by date range.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Unique identifier of the team (organization). Format: Revenium hashid (URL-safe encoded string).

string
enum

Time period for analysis. If not provided, defaults to THIRTY_DAYS.

string

Filter by squad name (not yet implemented). Will support partial match, case-insensitive.

string

Filter by squad status (not yet implemented). Values: SUCCESS, PARTIAL, FAILED.

integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 20

The size of the page to be returned

sort
array of strings
Defaults to totalCost,DESC

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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