Skip to main content
GET
/
v1
/
workspaces
/
{workspaceID}
/
logs
/
{logID}
Get log details (API key auth)
curl --request GET \
  --url https://ai.liara.ir/v1/workspaces/{workspaceID}/logs/{logID} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Enter the API key with the Bearer: prefix, e.g. "Bearer "

Path Parameters

workspaceID
string
required

The workspace ID

Pattern: ^[a-f0-9]{24}$
logID
string
required

The log ID

Pattern: ^[a-f0-9]{24}$

Response

Log details

The response is of type object.