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. Inaccessible applications return PERMISSION_DENIED.
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.
^(?: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})$"app_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Response
Success
Canonical application ID (app_ followed by 32 lowercase hexadecimal UUID characters).
^app_[0-9a-f]{32}$"app_a1b2c3d4e5f64789a1b2c3d4e5f64789"
ACTIVE, REJECTED, HIRED, CONVERTED, ARCHIVED ISO 8601 timestamp. Responses are normalized to UTC with a Z suffix.
ISO 8601 timestamp. Responses are normalized to UTC with a Z suffix.
ISO 8601 timestamp. Responses are normalized to UTC with a Z suffix.
Link that opens this resource in the ModernLoop app.