Get Access Request

Retrieve request status and monitor asynchronous operations

Overview

Retrieves the current status of an access request. Use this to monitor asynchronous operations until they complete.

get
Authorizations
AuthorizationstringRequired

Veza API key for authentication. Generate keys in Administration > API Keys.

Path parameters
idstringRequired
Responses
chevron-right
200

OK

application/json
get
/api/private/lifecycle_management/access_requests/{id}

Examples

Basic Request

Response

Response Fields

Field
Type
Description

any_changes

boolean

Indicates whether any changes were made as a result of processing the request. Useful for determining if operations on potentially non-existent users resulted in actual modifications.

any_created

boolean

Indicates whether any new resources were created during request processing.

Polling Script (Bash)

Polling Function (Python)

Last updated

Was this helpful?