Skip to main content
GET
/
api
/
simple_scheduler_config
List Simple Scheduler configs
curl --request GET \
  --url https://enterprise-api.avoca.ai/api/simple_scheduler_config \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "team_id": 123,
      "name": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key in the format avoca_<64 hex characters>

Headers

x-team-id
integer

Target team ID. Required for multi-team (enterprise_all_teams / portfolio_all_teams) keys on v0 endpoints; single-team keys are locked to their team and omit it.

Query Parameters

team_id
integer

Target team (alternative to the x-team-id header for multi-team keys)

Response

Scheduler configs

data
object[]