latestOpenAPI 3.0.3GitGuardian2026-08-201871515.0 MB

511b067cdcb1

Internal Secret Incidents

List invitations having access to a Secret Incident

List all the invitations having access to a Secret Incident.

DEPRECATED: This endpoint has been replaced by /v1/secret-incidents/{incident_id}/invitations

get/v1/incidents/secrets/{incident_id}/invitations

Path parameters

incident_idinteger required

The id of the incident to retrieve

Query parameters

cursorstring

Pagination cursor.

invitation_idnumber

filter on a specific invitation id.

Example:1234
incident_permission'can_view' | 'can_edit' | 'full_access'
Example:can_view

filter accesses with a specific permission.

Response

List of invitation accesses

invitation_idinteger

The id of the invitation object

incident_idinteger

The id of the incident object

incident_permission'can_view' | 'can_edit' | 'full_access'

Example response

[
  {
    "invitation_id": 3252,
    "incident_id": 3252,
    "incident_permission": "can_edit"
  }
]