cURL
curl --request GET \ --url https://api.example.com/analyses \ --header 'Authorization: Bearer <token>'
{ "page": 123, "page_size": 123, "more": true, "total_pages": 123, "results": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "user": "<string>", "team_id": "<string>", "team_slug": "<string>", "project_id": "<string>", "project_slug": "<string>", "is_owner": true, "trigger": "<string>", "n_findings": 123, "n_scopes": 123, "code_version_id": "<string>", "is_leaf": true, "is_public": true, "root_node_id": "<string>", "n": 123, "parent_node_id": "<string>", "children": [ "<string>" ] } ] }
list analyses using various search parameters. Returns a paginated response.
API key in Bearer token format
manual_run
chat
manual_edit
fork
merge
created_at
updated_at
desc
asc
Successful Response
Show child attributes