GET
/
v1
/
logs
Get Logs
curl --request GET \
  --url https://api.stateset.com/v1/logs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "id": "<string>",
  "description": "<string>",
  "timestamp": "<string>",
  "type": "<string>"
}

Body

id
string
This is the ID of the logs to be get

Response

id
string
This is the ID of the logs
description
string
This is the description of the logs
timestamp
string
This is the timestamp of the logs
type
string
This is the type of the logs