Skip to main content
GET
/
api
/
analytics
/
executions-over-time
Get executions over time
curl --request GET \
  --url https://api.getgranite.ai/api/analytics/executions-over-time
{
  "data": [
    {
      "time": "<string>",
      "total": 0,
      "completed": 0,
      "failed": 0,
      "running": 0,
      "pending": 0
    }
  ],
  "granularity": "<string>"
}

Query Parameters

start_date
string | null
end_date
string | null
granularity
enum<string>
default:hour
Available options:
hour,
day,
week,
month
workflow_name
string | null
triggered_by
string | null
status
string | null

Response

Successful Response

Response for executions over time.

data
TimeSeriesDataPoint · object[]
required
granularity
string
required