PLATINUM DOCS

GET /v1/sandboxes/{id}/logs

GET
/v1/sandboxes/{id}/logs

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

source?string
tail?integer

Response Body

application/json

curl -X GET "https://example.com/v1/sandboxes/string/logs"
{  "source": "string",  "path": "string",  "sources": [    "string"  ],  "exists": true,  "lines": [    "string"  ],  "truncated": true}
Empty