Platform
Jobs
Retrieve the status and result of an asynchronous FlyStack job.
GET
This endpoint is not billed and can be called unlimited times without any cost implications.
Authentication
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Response
Unique identifier for the job.
Current status of the job:
QueuedJob: Job is queued or processingCompletedJob: Job finished successfullyFailedJob: Job finished with an error
Indicates if the job completed successfully. Only present when status is
CompletedJob.The API endpoint that initiated this job (e.g.,
/v1/flights).ISO 8601 timestamp when the job was created.
ISO 8601 timestamp when the job started processing (if started).
Time taken to complete the job in milliseconds. Only present when status is
CompletedJob.Input parameters used when creating the job (varies by endpoint).
Output data from the completed job. Only present when status is
CompletedJob.
The shape of this object matches the response you would receive when calling the original endpoint synchronously.Error details. Only present when status is
FailedJob.