v1

latestOpenAPI 3.0.12026-07-135219.1 KB
Schedule Files

List schedule files

Returns the authenticated company's schedule files in reverse chronological order.

Required scope: read:schedule_files

get/schedule_files

Query parameters

pageinteger

1-indexed page number. Clamped to [1, 10000].

per_pageinteger

Page size. Clamped to [1, 100].

Response

Paginated list of schedule files

Example response

{
  "data": [
    {
      "id": 482,
      "name": "October 2026 Baseline",
      "company_id": 1042,
      "created_at": "2026-04-27T15:30:00Z"
    }
  ]
}