Get an application
Application
Get an application
Returns the application summary with its candidate, job, current stage, status, and hiring-team assignments. The application must belong to the authenticated organization or the request returns not found.
GET
Get an application
Beta: this endpoint may change or be removed without notice while in beta. There is no compatibility promise until it reaches general availability.
Authorizations
API tokens are passed as Bearer tokens.
Path Parameters
an application ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Pattern:
^(?:app_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Example:
"app_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Response
Success
Canonical application ID (app_ followed by 32 lowercase hexadecimal UUID characters).
Pattern:
^app_[0-9a-f]{32}$Example:
"app_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Available options:
ACTIVE, REJECTED, HIRED, CONVERTED, ARCHIVED ISO 8601 timestamp.
ISO 8601 timestamp.
ISO 8601 timestamp.