Retrieves the status of an export job
GET {{baseUrl}}/audit-exports/:exportId
Returns the status of an export job. Once the status is completed it will also return a file id to download the audit events
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"status":"Pending","fileId":"\u003cstring\u003e"},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}