Projects
Get timeline interchange job
Returns the current status of a timeline interchange job started via POST /v1/projects/{projectId}/timeline-interchange, and, once status is succeeded, the signed download URL and the hydrated interchange file. Poll this endpoint until status is succeeded, failed, or cancelled. The signed URL is private and valid for 7 days; this endpoint automatically re-signs it when it is within an hour of expiring. Use interchangeFileId with POST /v1/files/{fileId}/hydrate if you need to re-sign the file directly later.
get/v1/timeline-interchange/{interchangeJobId}
Path parameters
interchangeJobIdstring required
The timeline interchange job id (e.g. vg_inte_...) returned by POST /v1/projects/{projectId}/timeline-interchange.
Response
Timeline interchange status.
Changes
No recorded changes to this endpoint across all 1 revision of this API.