Get Meta Logs
Retrieve all logs related to a specific meta.
Path Parameters
projectId string required
metaId string required
Responses
- 200
- 401
- 403
- 404
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
entries object[] nullable
id string nullable
logEntries object[] nullable
messages string[] nullable
status string nullable
timeStamp date-time
metaId string nullable
{
"entries": [
{
"id": "string",
"logEntries": [
{
"messages": [
"string"
],
"status": "string",
"timeStamp": "2025-01-13T15:06:26.848Z"
}
]
}
],
"metaId": "string"
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...