GET
/
api
/
v1
/
workspaces
/
{workspace_id}
/
runs
{
  "data": [
    {
      "version": "<string>",
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "status": "UPCOMING",
      "to_be_started_at": "2023-11-07T05:31:56Z",
      "started_at": "2023-11-07T05:31:56Z",
      "schedule_id": "<string>",
      "template": {
        "workspace_id": "<string>",
        "workflows": [
          "<string>"
        ],
        "runner_assignment": {
          "ids": [
            "<string>"
          ],
          "host": "SELF",
          "tags": [
            "<string>"
          ]
        },
        "data": {}
      },
      "ended_at": "2023-11-07T05:31:56Z",
      "no": 123,
      "schedule": {
        "version": "<string>",
        "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,
        "next_run_to_be_started_at": "2023-11-07T05:31:56Z"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Response

200
application/json
Successful Response
data
object[]
required