Sign in

List assignments

documented

Returns the actionable run-steps assigned to the access-token user.

GET /assignmentsAssignmentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.manifest.ly/api/v2/assignments?state={{$state}}&workflow_id={{$workflow_id}}&department_id={{$department_id}}&due_before={{$due_before}}&due_after={{$due_after}}&search={{$search}}&page={{$page}}&per_page={{$per_page}}&include_completed={{$include_completed}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "X-Client: {{MANIFEST_CLIENT}}"
List assignments · Manifestly Checklists · OpenIntegrations