GET
/
sessions
{
  "organization_id": "<string>",
  "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
        }
      }
    }
  ]
}

Response

200 - application/json

Ok

The response is of type object.