v1

latestOpenAPI 3.0.12026-07-135219.1 KB
Schedule Files

Get a schedule file

Returns a single schedule file owned by the authenticated company.

Required scope: read:schedule_files

get/schedule_files/{id}

Response

Schedule file

idinteger required

Unique identifier for the schedule file.

namestring required

Human-readable name supplied when the file was uploaded.

is_baselineboolean required

True if the file was marked as a baseline at upload time; baselines are preserved for variance reporting.

company_idinteger required

ID of the company that owns this file. Always equal to the authenticated client's company.

created_atstring date-time required

ISO 8601 timestamp of when the upload was accepted.

Example response

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