Skip to content

List automations (aggregated with 7d entries/runs sparkline)

Requires VIEWER project role.

projectId
required
string

Project (tenant) identifier. Row-level tenant isolation is enforced on every query.

Automations with per-row totals, runs7d, entriesSeries, and aiAvailable flag.

Media typeapplication/json
object
automations
Array
object
id
string
projectId
string
name
string
description
string | null
triggerEventName
string
maxConcurrentPerUser
integer
status
string
activeVersionId
string | null
entryConditionJson
string | null
reEntryMode
string
Allowed values: once every_rematch interval
reEntryIntervalSeconds
integer | null
exitConditionJson
string | null
createdAt
string
updatedAt
string
totalEntries
integer
completedEntries
integer
runs7d
integer
entriesSeries
Array<integer>
aiAvailable
boolean

Missing/invalid path input (e.g. projectId) or invalid JSON body.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Not authenticated (401 via requireAuthenticated) or insufficient project role (403).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}