Get a schedule file
Returns a single schedule file owned by the authenticated company.
Required scope: read:schedule_files
Authorizations
Bearer token obtained from POST /oauth/token. Send as Authorization: Bearer <token>. Tokens expire after 1 hour; refresh by requesting a new one with the same client credentials.
Path Parameters
Schedule file ID.
Response
Schedule file
Unique identifier for the schedule file.
482
Human-readable name supplied when the file was uploaded.
"October 2026 Baseline"
True if the file was marked as a baseline at upload time; baselines are preserved for variance reporting.
false
ID of the company that owns this file. Always equal to the authenticated client's company.
1042
Project association if one was provided on upload. null for unassociated files.
ISO 8601 timestamp of when the upload was accepted.
"2026-04-27T15:30:00Z"