curl --request GET \
--url http://127.0.0.1:3333/v3/logs/results/{resultId}/logs \
--header 'Authorization: Bearer <token>'{
"logs": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"resultId": "<string>",
"status": "<string>",
"description": "<string>",
"details": "<string>",
"context": "<string>"
}
]
}Get logs for a result/session.
curl --request GET \
--url http://127.0.0.1:3333/v3/logs/results/{resultId}/logs \
--header 'Authorization: Bearer <token>'{
"logs": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"resultId": "<string>",
"status": "<string>",
"description": "<string>",
"details": "<string>",
"context": "<string>"
}
]
}