List assignments
documentedList the run-steps assigned to the API key owner (the account).
GET /assignmentsAssignmentsno implementation yet0 runsNo 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/v1/assignments?api_key={{MANIFEST_API_KEY}}&state={{$state}}&page={{$page}}&per_page={{$per_page}}\" \\n -X GET \\n -H \"Accept: application/json\" \\n -H \"Content-Type: application/json\"