Skip to main content
GET
Request Status

Overview

Retrieves the current status of a previously submitted API request.

Endpoint Details

  • Method: GET
  • Endpoint: /api/enterprise/request/status/

Authentication requirements

  • Include a valid JWT token in your request header
  • If you don’t have a token yet, you can get one from the /auth/token/ endpoint first.

Request

Request Parameters

Header Parameters

string
required
JWT token obtained from the Authentication request

URL Parameters

string
required
The unique identifier of the request whose status is being checked. Example: 11db67b6-8345-4837-950f-87bbd8d7dcbe

Response

Successful response will include the request_id, status, request_type, created_at and updated_at fields. Sample Response
Possible Status values

Authorizations

Authorization
string
header
required

JWT token obtained from the /auth/token/ endpoint.

Query Parameters

request_id
string<uuid>
required

Response

200 - application/json

Status returned

request_id
string<uuid>
Example:

"b1f10ebf-a251-4e2d-b867-8482ac701987"

status
enum<string>
Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED
request_type
string
Example:

"target_screening"

created_at
string<date-time>
updated_at
string<date-time>