Skip to main content
GET
/
grc
/
evidences
List GRC Evidences
curl --request GET \
  --url https://api.leen.dev/v1/grc/evidences \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-CONNECTION-ID: <api-key>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "type": "FILE",
      "collected_at": "2023-11-07T05:31:56Z",
      "location": "<string>",
      "status": "COLLECTED",
      "control_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "vendor_attributes": {
        "id": "<string>",
        "vendor": "<string>",
        "data": {
          "vendor": "SERVICENOW",
          "content_type": "<string>"
        }
      },
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "next_cursor": "<string>",
  "previous_cursor": "<string>"
}

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Query Parameters

sort
string | null
updatedSince
string<date-time> | null
cursor
string | null
limit
integer
default:100
Required range: x >= 0
type
string | null
status
string | null
collected_after
string<date-time> | null
collected_before
string<date-time> | null
control_ids
string | null
use_pool
boolean
default:true

Response

items
Evidence · object[]
required
next_cursor
string | null
previous_cursor
string | null