curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/actors/{actorId}/code/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>"
}
]
}
CodePreviewExecutionLogs will list for a single code action the execution logs stored in the Google Cloud logging.
curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/actors/{actorId}/code/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>"
}
]
}