cURL
curl --request GET \ --url https://api.example.com/analyses/{analysis_node_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "user": { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "username": "<string>" }, "team_id": "<string>", "team_slug": "<string>", "project_id": "<string>", "project_slug": "<string>", "is_owner": true, "trigger": "manual_run", "n_findings": 123, "n_scopes": 123, "code_version_id": "<string>", "is_leaf": true, "is_public": true, "root_node_id": "<string>", "parent_node_id": "<string>", "children": [ "<string>" ] }
retrieve a specific analysis by ID
API key in Bearer token format
Successful Response
Show child attributes
manual_run
chat
manual_edit
fork
merge