{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "status": "ACTIVE", "started_at": "2023-11-07T05:31:56Z", "ended_at": "2023-11-07T05:31:56Z", "schedule": "<string>", "ended_after": 123, "run_template": { "workspace_id": "<string>", "workflows": [ "<string>" ], "runner_assignment": { "ids": [ "<string>" ], "host": "SELF", "tags": [ "<string>" ] }, "data": {} }, "runs_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object
Was this page helpful?