get https://api.candis.io/v1/organizations//exports/
Get an Export details by ID.
Responses
Get an Export details by ID.
xxxxxxxxxx
curl --request GET \
--url https://api.candis.io/v1/organizations/organizationId/exports/exportId \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "86e29aff-ba75-492d-85f6-80d802c4fe69",
"postingsCount": 10,
"status": "EXPORTED",
"createdAt": "2024-01-01T12:00:00Z"
}