cURL
curl --request GET \ --url http://localhost:8080/api/projects/{project_id}/reports/{report_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "project_id": "<string>", "started_at": "<string>", "completed_at": "<string>", "duration_seconds": 123, "actions": [ {} ], "summary": "<string>", "status": "<string>", "error_message": "<string>", "created_at": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response