Download OpenAPI specification:
Public API for Orion.
Grant Type (string) or Grant Type (null) (Grant Type) | |
| username required | string (Username) |
| password required | string (Password) |
| scope | string (Scope) Default: "" |
Client Id (string) or Client Id (null) (Client Id) | |
Client Secret (string) or Client Secret (null) (Client Secret) |
nullGrant Type (string) or Grant Type (null) (Grant Type) | |
| username required | string (Username) |
| password required | string (Password) |
| scope | string (Scope) Default: "" |
Client Id (string) or Client Id (null) (Client Id) | |
Client Secret (string) or Client Secret (null) (Client Secret) |
nullCreate a new job from a payload and return the assignment ID
required | any (Payload) |
{- "payload": {
- "type": "template",
- "template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
- "template_vars": {
- "property1": "string",
- "property2": "string"
}
}
}"497f6eca-6276-4993-bfeb-53cbbbba6f08"Get all assignment templates for the current user.
User Id (string) or User Id (null) (User Id) User ID to filter templates |
[- {
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "log_session_id": "c45b840f-a1a1-466f-af14-04fa01dbca2f",
- "name": "string",
- "assignment_name": "string",
- "objective": "string",
- "config": {
- "type": "string",
- "adhoc_instructions": "string",
- "auto_execute": true,
- "assignment_settings": {
- "allowed_explores": [
- "string"
], - "allowed_models": [
- "string"
], - "data_information": "string",
- "example_looker_queries": "string",
- "analysis_instructions": "string",
- "reporting_instructions": "string"
}, - "agent_version": "string",
- "selected_datasources": [
- "thinking_looker"
]
}, - "archive": "archived",
- "created_at": "2019-08-24T14:15:22Z",
- "variable_keys": [ ],
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tags": [
- {
- "name": "string",
- "description": "string",
- "color": "string",
- "meta_data": { },
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}
]Create a new job from a payload and return the assignment ID
required | any (Payload) |
{- "payload": {
- "type": "assignment",
- "assignment_id": "d43495bb-b4cb-46c1-906a-f8265fda9c73"
}
}"497f6eca-6276-4993-bfeb-53cbbbba6f08"Get status of a job. If the job is complete, link to an insight if possible
| assignment_id required | string <uuid> (Assignment Id) |
{- "job_status": "draft",
- "insight_id": "033a60fb-2726-4853-9672-f32ae1fca2bc"
}[- {
- "url": "string",
- "headers": [ ],
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "presence_name": "string"
}
]Create a new webhook
| url required | string (Url) |
| headers | Array of any (Headers) Default: [] |
| user_id required | string <uuid> (User Id) |
| presence_name required | string (Presence Name) |
{- "url": "string",
- "headers": [ ],
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "presence_name": "string"
}"497f6eca-6276-4993-bfeb-53cbbbba6f08"Retrieve a specific webhook by ID
| webhook_id required | string <uuid> (Webhook Id) |
{- "url": "string",
- "headers": [ ],
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "presence_name": "string"
}Update a specific webhook by ID
| id required | string <uuid> (Id) |
Url (string) or Url (null) (Url) | |
Array of Headers (any) or Headers (null) (Headers) | |
User Id (string) or User Id (null) (User Id) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "url": "string",
- "headers": [
- null
], - "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5"
}{- "url": "string",
- "headers": [ ],
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "presence_name": "string"
}