GET
/
api
/
v1
/
autogen-logs
/
recent
Get Recent Sessions
curl --request GET \
  --url https://api.jobsim.work/api/v1/autogen-logs/recent \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20
Required range: x <= 100
status
string | null
correlation_id
string | null
correlation_query
string | null
Maximum string length: 128
thread_id
string | null
thread_query
string | null
Maximum string length: 128

Response

Successful Response