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",
"file_type": "xer",
"company_id": 1042,
"created_at": "2026-04-27T15:30:00Z"
}
]
}Changes
Changed in 1 of the 2 revisions of this API.2
- ○
added the optional property
data/items/file_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/partner_token_idto the response with the200statusresponse-optional-property-added
- ○