v1
graphs
List graph executions
get/api/graphs/{graph_id}/executions
Path parameters
graph_idstring required
Query parameters
pageinteger
Page number (1-indexed)
Page number (1-indexed)
page_sizeinteger
Number of executions per page
Number of executions per page
Response
Successful Response
Example response
{
"pagination": {
"total_items": 42,
"total_pages": 2,
"current_page": 1,
"page_size": 25
}
}