Get Status
Gets the status of the request sent to the Gappify API
Authentication
Authorizationstring
API Key authentication via header
Path Parameters
request_id
Unique identifier for the request
Query Parameters
error_details
Specifies whether detailed error information should be included in the response.
If omitted or set to false (default), the error_details field will not be included in the response.
page
Specifies the page number for error details when the number of errors exceeds 1000. Only applicable when error_details=true.
Response
Shows the status of the response
request_id
The request identifier to uniquely identify the request
status
Status of the request
- `IN_PROGRESS`: Processing is ongoing.
- `PROCESSED`: Processing completed successfully.
- `FAILED`: Processing failed.
Allowed values:
entity
The entity related to the request.
record_count
Counts of records processed.
errors
A general error message. Only present when the status is FAILED.
error_details
Detailed error information. Included only when error_details=true. Values are arrays of error messages.
For inbound-related errors, keys are source_system_id values.
For JE-related errors, keys are group_id values