Skip to main content
GET
List runs

Authorizations

Authorization
string
header
required

Static API key authentication using Bearer token scheme. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Alternatively, you can use the token query parameter to authenticate.

API keys can be generated in your superglue dashboard.

Query Parameters

toolId
string
status
enum<string>
Available options:
running,
success,
failed,
aborted
requestSources
string

Filter by request sources (comma-separated for multiple values)

userId
string

Filter runs by user ID

systemId
string

Filter runs by system ID

page
integer
default:1
limit
integer
default:50
Required range: x <= 100

Response

200 - application/json

List of runs

data
object[]
page
integer
Example:

1

limit
integer
Example:

50

total
integer
Example:

327

hasMore
boolean
Example:

true