Export logs
GET/logs/export
To export all the logs created by the robot between
Request
Responses
- 200
- 401
- 403
- 404
- 500
Logs fetched for export
- application/json
- Schema
- Example (from schema)
Schema
_id uuid
name string
level number
message string
{
"_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"level": 0,
"message": "string"
}
Unauthorized.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Authentication token not provided."
}
{
"message": "Authentication token not provided."
}
Forbidden.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Access to this resource is forbidden."
}
{
"message": "Access to this resource is forbidden."
}
Resource not found.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Resource not found."
}
{
"message": "Resource not found."
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Internal Server Error. Please try again later."
}
{
"message": "Internal Server Error. Please try again later."
}
Loading...