List jobs for a graph
GET/kpi/graphs/:graph_id/jobs
Returns persisted jobs for one graph ordered by most recently updated first. Use the opaque cursor token from a previous page to continue pagination.
Request
Responses
- 200
- 403
- 404
- 422
Graph-specific jobs ordered descending by recency.
The caller is not authorized to operate on the requested graph.
The requested resource was not found.
Validation Error