Logs
Get log configuration
This endpoint gets the current configuration of logs collection on a robot
curl --request GET https://api.airbotics.io/robots/robot0/logs/config \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"enabled": true,
"first_recording": null,
"last_recording": null,
"num_recordings": 0
}
Path parameters
id
string
requiredThe ID of the robot.
curl --request GET https://api.airbotics.io/robots/robot0/logs/config \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"enabled": true,
"first_recording": null,
"last_recording": null,
"num_recordings": 0
}