Trigger an execution for all project queries
Runs every query in the project against the selected AI models for the requested number of executions, charging the required credits up front; returns null when the project has no queries.
Headers
Project ID to specify the project context
Body
List of AI model identifiers to use for analysis
gpt-4.1-mini, gpt-5-mini, gpt-5-chat-latest, gpt-5.1-chat-latest, gpt-5.2-chat-latest, gpt-5.3-chat-latest, chat-latest, claude-haiku-4-5, gemini-2.5-flash, gemini-3-flash-preview, sonar, deepseek-v3.2-maas, ai-overview, ai-mode, scp-ml-chatgpt, scp-ml-google-ai-mode, scp-ml-gemini [
"gpt-4.1-mini",
"claude-haiku-4-5",
"gemini-2.5-flash"
]The number of executions (runs) per job item
x >= 13
Response
Unique identifier of the job.
"01234567-89ab-cdef-0123-456789abcdef"
Project the job belongs to. Returned as the project identifier (UUID) when not populated, or as the full project object when expanded.
"01234567-89ab-cdef-0123-456789abcdef"
Total number of executions associated with the job.
100
Number of executions that are still pending processing.
10
Number of executions currently being retried after a failure.
2
Number of executions that completed successfully.
80
Number of executions that failed.
8
Overall status of the job, derived from the state of its executions.
pending, processing, completed, failed, partial_failed "processing"
Timestamp at which the job was created.
"2026-06-08T12:00:00.000Z"
Timestamp at which the job was last updated.
"2026-06-08T12:30:00.000Z"
User who created the job. May be null when the creator is unknown or no longer available.