Skip to main content
QUERY
runProviderCatalog(runId: ID, worktreeId: ID): [RunProviderCatalogEntry!]!

Arguments

runId
ID

Identifier of the run. Omit it to leave this dimension unfiltered.

worktreeId
ID

Identifier of the worktree. Omit it to leave this dimension unfiltered.

key
String!

The key associated with this run provider catalog entry.

label
String!

Human-readable label for this run provider catalog entry.

available
Boolean!

Whether this run provider catalog entry is available.

Models associated with this run provider catalog entry.

supportsWebSearch
Boolean!

Whether this run provider catalog entry supports web search.

supportsQuestions
Boolean!

Whether this run provider catalog entry supports questions.

supportsImport
Boolean!

Whether this run provider catalog entry supports import.

supportsPause
Boolean!

Whether this run provider catalog entry supports pause.

supportsSteering
Boolean!

Whether this run provider catalog entry supports steering.

supportsResume
Boolean!

Whether this run provider catalog entry supports resume.

supportsNativeDelete
Boolean!

Whether this run provider catalog entry supports native delete.

Query
Response