Get specific order
Orders API
Get Order
Retrieve an order overview: status, applicant, and summary of related searches
GET
Get specific order
Get Background Check Order
Use this endpoint for an order-level overview: overallorderStatus, applicant identity fields, and a summary of the searches on the order.
It does not return verification outcomes. Nested search objects are status summaries only (for example id, searchType, searchStatus). To read results or poll progress, use Get order searches. For outreach history on one search, use Get specific search.
Request
string
required
Unique identifier of the background check order
Response
Returns the order withapplicant (scalar fields) and a nested search array of summary search rows. If the order does not exist, returns { "error": "Order not found", "orderId": "<id>" } with HTTP 200.
string
Order identifier (UUID).
string
Applicant identifier (UUID).
string
Applied job title (from
businessContext.appliedJobTitle). May be null.number
Proposed salary (from
businessContext.proposedSalary). May be null.string
Order status:
IN_PROGRESS, COMPLETED, or CANCELLED.string
Order creation timestamp (ISO 8601).
string
Last update timestamp (ISO 8601).
object
Applicant information (scalar fields only — nested addresses/aliases are not included on this endpoint).
array
Summary of searches on this order (status and identifiers). Does not include
verificationResult, metadata, or activity. For those fields, call Get order searches or Get specific search.isRedacted indicates the applicant’s PII (SSN, address, and similar fields) has been redacted from the record. See Data handling and privacy for details.When to use this vs search endpoints
Example Request
Example Response
Order not found
Use Cases
- Confirm an order was created and see its overall
orderStatus - Look up applicant identity fields for support or internal tooling
- See which searches exist on the order (IDs, types, statuses) without loading results
- Cancel or escalate workflows that only need order-level state
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Order details (or error body if not found — check for the error field)
Order identifier
Applicant identifier
Applied job title
Proposed salary
Current order status
Available options:
IN_PROGRESS, COMPLETED, CANCELLED Order creation timestamp
Last update timestamp

