v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012582298.4 KB
Queue

Get queue schedule

Retrieve the queue schedule rules for a social set.

Required permission: READ access to this social set.

Behavior:

  • If the schedule row does not exist yet, it is created with defaults.
get/v2/social-sets/{social_set_id}/queue/schedule

Path parameters

social_set_idinteger required

Response

Queue schedule rules for this social set.

social_set_idinteger required

ID of the social set (account) this schedule belongs to.

timezonestring required

Timezone name for this social set.

Example response

{
  "social_set_id": 123,
  "timezone": "America/New_York",
  "rules": [
    {
      "days": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ]
    }
  ]
}