GET
/
api
/
v1
/
admin
/
simulation
/
executive-digests
List Team Simulation Executive Digests
curl --request GET \
  --url https://api.jobsim.work/api/v1/admin/simulation/executive-digests \
  --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

organization_id
string | null
is_active
boolean | null
limit
integer
default:100
Required range: 1 <= x <= 500

Response

Successful Response