Paginated missions for the API key’s team.
Use Authorization: Bearer <your_api_key>
x >= 11 <= x <= 100Comma-separated stored mission statuses (kebab-case). Values are normalized to lowercase.
Allowed values (database missions.status): draft, awaiting-freelancer-acceptance, awaiting-team-signature, in-progress, completed, terminated, deleted, rejected, cancelled.
Display-aligned filtering: for completed and in-progress, the API applies calendar logic vs end_date so the filter matches what users see in the app (e.g. an in-progress mission past end_date can count as completed).
Special case: filter awaiting-team-signature alone also includes in-progress missions (company signature workflow).
Response payloads expose a derived display_status (see schema MissionDisplayStatus), which can differ from missions.status.
Success