curl --request GET \ --url 'http://localhost:6789/api/pipeline_schedules/1/pipeline_runs?api_key=zkWlN0PkIKSN0C11CfUHUj84OT5XOJ6tDZ6bDRO2' \ --header 'OAUTH-TOKEN=some_really_long_string' \
{ "pipeline_runs": [ ... ], "metadata": { "count": 22, "next": false } }
GET /api/pipeline_schedules/:pipeline_schedule_id/pipeline_runs
20
_offset
10
Was this page helpful?