POST
/
api
/
v1
/
workspaces
/
{workspace_id}
/
schedules
{
  "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
}

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

Body

application/json

Response

201
application/json
Successful Response

The response is of type object.