Get All Tasks
simulation-admin
Get All Tasks
Get all simulation tasks visible to an organization.
Behavior:
- Pulls merged global + org-specific tasks for the target org.
- If SimulationSettings.active_task_ids is:
- None: all tasks are considered active and returned.
- A list: only tasks whose task_id is in that list are returned.
GET
Get All Tasks
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response