Skip to main content
Version: 1.14

Get request status REST

This page assumes you know how to authenticate your REST API requests

Request

descriptionurlverb
Product creation request info<HOST>/api/v1/rs-lta-manager/products/{correlationId}/infoGET

Request headers

{
"Content-Type": "application/json",
"Authorization": "Bearer <token>"
}

Response

Http statusdescription
200Your request is successfully created
403Access denied
{
"content": {
"correlationId": "string",
"productId": "string",
"status": "DONE",
"statusDate": "2022-12-22T10:25:52.243Z",
"session": "string",
"message": "string"
},
"links": [
]
}
ParameterTypeOptionalDescription
correlationIdStringNoRequest identifier
productIdStringNoId of the product to create
statusStringNoStatus of the request. More details below.
expiresString Date ISO 8601NoRequest expiration date. Format yyyy-MM-dd'T'HH:mm:ss.SSSZ
sessionStringNoRequest session name
messageStringYesInformation message about your request

status : can be :

  • VALIDATED : Your request is valid and will be processed soon.
  • GENERATION_PENDING : Your request is processing.
  • GENERATED: Your request is processing.
  • INGESTION_PENDING: Your request is processing.
  • DONE: Your request is successfully done.
  • GENERATION_ERROR : Your request is terminated in error during OAIS product generation.
  • INGESTION_ERROR : Your request is terminated in error during OAIS product ingestion.