GET
/
v3
/
logs
/
results
/
{resultId}
/
logs
cURL
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resultId
string
required

Response

Default Response

logs
object[]
required