Acc/Loc File Status
⚠️ Under active development — subject to change.
Returns the current status of an acc/loc file generation job and download URLs for completed files.
Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Path Parameters
Ping ID of the submission.
UUID of the acc/loc file generation job.
Response
Acc/Loc file pairs being generated. Each entry has its own status and may complete independently before the overall job is finished.
An integer from 0 to 100 indicating the percentage of the job that is complete. When status is C, this will be 100; when status is I, this may be 0 or some intermediate value; when status is F, this may be 0, 100, or some intermediate value depending on when the failure occurred.
N: job is not processed. I: job is in progress. C: files are ready. F: generation encountered an error.
N- Not ProcessedI- In ProgressC- CompletedF- Failed
N, I, C, F Unique identifier for this generation job.