Skip to main content
GET
/
api
/
audit
/
audit-logs
/
resource
/
{resource_type}
/
{resource_id}
Get Resource Audit History
curl --request GET \
  --url https://app.apigene.ai/api/audit/audit-logs/resource/{resource_type}/{resource_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

resource_type
string
required
resource_id
string
required

Response

Successful Response