Skip to main content
GET
/
enterprise-api
/
recreate
/
status
/
Fetch Recreate status
curl --request GET \
  --url https://prism-api.prosights.co/enterprise-api/recreate/status/ \
  --header 'X-Prosights-Api-Key: <api-key>'
{
  "status": "SUCCESS",
  "data": {}
}

Authorizations

X-Prosights-Api-Key
string
header
required

Query Parameters

recreate_id
string | null

Response

Successful Response

Model for the response of the enterprise API.

status
enum<string>
required
Available options:
SUCCESS,
ERROR
data
object | null
I