Authentication
Requires an API key withapplications:read scope. The application must belong to the organization associated with the API key.
Path parameters
UUID of the application.
Response
Returns200 OK with the full application detail.
UUID of the application.
Configuration ID used for this application.
Current status:
created, sent, in_progress, submitted, review, approved, rejected.Application data. Contains the following top-level keys:
Participants associated with this application.
ISO 8601 timestamp.
ISO 8601 timestamp, or
null if not yet submitted.ISO 8601 timestamp when approved/rejected, or
null.Examples
Presigned download URLs embedded in documents expire after 60 seconds. Generate fresh URLs by re-fetching the application if needed.
Errors
| Status | Error | Cause |
|---|---|---|
401 | Invalid API key | API key is invalid, expired, or inactive |
401 | API key missing required scopes: applications:read | Key lacks the required scope |
404 | Application not found | Application does not exist or belongs to a different organization |
500 | Internal server error | An unexpected error occurred |
