# Get the audit trails for an organization **GET /api/v1.0/organizations/{organizationGuid}/audit-trails** The audit trails are served in batches of less than 100 records at the time and a continuation token. ## Servers - https://setup.adra.com: https://setup.adra.com () ## Authentication methods - Http bearer token ## Parameters ### Path parameters - **organizationGuid** (string(uuid)) ### Query parameters - **continuationToken** (string) ## Responses ### 200 Success #### Body: application/json (object) - **continuationToken** (string | null) - **responseData** (array[object] | null) ### 404 Not Found #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 401 Unauthorized #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 403 Forbidden #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 400 Bad Request #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### default Error #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)