POST
/
sessions
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "organization_id": "<string>",
  "backend": "<string>",
  "project_id": "<string>",
  "created_by": "<string>",
  "ended_at": "2023-11-07T05:31:56Z",
  "ended_by": "<string>",
  "settings": {
    "job_count_limit": 123,
    "duration_limit_sec": 123,
    "cost_limit": {
      "unit": "<string>",
      "value": 123
    }
  }
}

Body

application/json

Response

201 - application/json

Created

The response is of type object.