Authorizations
The Sieve API key to authenticate with.
Query Parameters
Available options:
api
, dashboard
, search
Body
application/json
Input schema for /v2/push.
The name of the function, in the format of author/name[:version]
. Either function
or id
may be specified, but not both.
Examples:
"sieve/retalker"
The ID of the function to be called.
Examples:
"43d7add5-61cf-44ad-aac8-c5d14c642bb4"
Environment variables for the given job.
Examples:
{ "OPENAI_API_KEY": "..." }
Response
Successful Response
Output schema for /v2/push.
The ID of the job.
Internal metadata.
Whether the output will be streamed.
The status of the job. Possible values: 'queued', 'processing', 'error', 'finished', 'cancelled', . Leave empty to get all statuses.
The ID of the organization.
The ID of the model.
The ID of the workflow.