Get Case Logs
Retrieve the detailed logs for a specific case file.
Path Parameters
projectId string required
metaId string required
caseId string required
Responses
- 200
- 401
- 403
- 404
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
messages string[] nullable
status string nullable
timeStamp date-time
[
{
"messages": [
"string"
],
"status": "string",
"timeStamp": "2025-01-13T15:06:26.847Z"
}
]
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...