v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
items

Get status of a specific request

This endpoint allows to get the status of a specific request for the item/modifier creation or update.

get/items/requests/{requestId}/status

Path parameters

requestIdstring required

Unique identifier for the request.

Response

Successful response

requestIdstring required

Unique identifier for the request.

statusstring required

Current status of the request.

failureReasonstring

Reason for failure, if any.

startedAtstring date-time required

Timestamp when the request started processing,represented in ISO 8601 format (e.g., 2020-08-02T09:23:54.723Z).

completedAtstring date-time required

Timestamp when the request completed processing, represented in ISO 8601 format (e.g., 2020-08-02T09:23:54.723Z).