cURL
curl --request GET \ --url https://api.rigbox.dev/api/workspaces/{id}/logs \ --header 'Authorization: Bearer <token>'
{ "has_more": true, "lines": [ { "line_number": 1, "message": "<string>", "timestamp": "<string>" } ], "cursor": "<string>" }
Retrieve workspace-level logs with pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Workspace logs
Show child attributes