Download a directory authentication evidence export artifact
GET
/api/admin/tenants/{tenantId}/directory-auth/compliance/evidence-exports/{exportId}/download
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/tenants/example/directory-auth/compliance/evidence-exports/example/download \ --header 'Authorization: Bearer <token>'Downloads a ready evidence export through the Authrim API proxy. This endpoint requires the directory authentication evidence export permission and returns no-store JSON content.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
exportId
required
string
Responses
Section titled “ Responses ”Directory authentication evidence export artifact.
Media type application/json
object
Example generated
{}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}