list_assignments
List the organization's content assignments (viral posts assigned to creators to reproduce), with their production status and the crew attached to each (editor, clipper, poster). Statuses: pending, in_progress, sent (video submitted — an assignment is validated as soon as the video is received), refused. When presenting assignments to the user, include the post_url link of each referenced post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crew | No | Filter by crew member attached to the post (editor, clipper or poster; name or member_id, see list_crew). Empty = no crew filter. | |
| limit | No | Max assignments to return | |
| model | No | Filter by creator (name, email or model_id). Empty = all creators. | |
| status | No | Filter by production status | all |
| to_dispatch_only | No | Only assignments with delivered videos (creator rushes, editor reels, clipper clips) that nobody receives yet: use dispatch_video on them. |