Get Task Details
Authentication
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
Query parameters
Filter task_revisions by tag ID.
Response
When true the Task is active and callable. false denotes the Task is not yet operational.
When true the Task is public and can be accessed by any User.
When true the Task is accessible to agents through the unauthenticated agent endpoint.
Controls who can view all task runs. ‘owner_only’ - only task owners see all runs (default), ‘editors_and_owners’ - task editors and owners see all runs, ‘all_viewers’ - all users with view permission see all runs.
Each update to a Task results in a new Revision being created. Task Revisions are a powerful concept that can be used to assist with A/B testing, comparing responses from different LLM’s, etc.
