Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

JobResultInput

Input object expected by the query or mutation

input JobResultInput {
delaySeconds: Int
id: String!
}

Fields

JobResultInput.delaySeconds ● Int scalar general

The number of seconds to delay before returning the result if the job is not finished

JobResultInput.id ● String! non-null scalar general

Job ID to retrieve the result for

Example

{
"delaySeconds": 3,
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}

Member Of