GET
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
execution-logs
curl --request GET \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/execution-logs \
  --header 'Authorization: <api-key>'
{
  "totalCount": 123,
  "startTime": "2023-11-07T05:31:56Z",
  "endTime": "2023-11-07T05:31:56Z",
  "items": [
    {
      "severity": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "summary": "<string>",
      "payload": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required

Query Parameters

dateFrom
string
dateTo
string
actor
string

Response

200
application/json
A list of execution logs for a single board
totalCount
integer
required
startTime
string
endTime
string
items
object[]

List of execution logs for a single board.