How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ArthurAI Tasks API

Endpoints to manage tasks and their rules

ArthurAI Tasks API is one of 98 APIs that ArthurAI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Task. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 15 operations across 11 paths, and defines 47 schemas. It is described by OpenAPI 3.2.0, at version 2.1.688.

Requests are made against a single base URL, https://platform.arthur.ai/api.

15 operations 11 paths 47 schemas 3 DELETE3 GET2 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.1.688
Base URL
https://platform.arthur.ai/api
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ArthurAI Tasks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API_Key).

  • API_Key — Bearer token authentication with an API key

Paths & Operations 15

Across 11 paths, the API surfaces 15 operations — 3 DELETE, 3 GET, 2 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

Tasks 15

Endpoints to manage tasks and their rules

GET
/api/v2/tasksdeprecated
Get All Tasks
get_all_tasks_api_v2_tasks_get → 200
POST
/api/v2/tasks
Create Task
create_task_api_v2_tasks_post body → 200422
DELETE
/api/v2/tasks/{task_id}
Archive Task
archive_task_api_v2_tasks__task_id__delete 1 param → 200422
GET
/api/v2/tasks/{task_id}
Get Task
get_task_api_v2_tasks__task_id__get 1 param → 200422
POST
/api/v2/tasks/{task_id}/unarchive
Unarchive Task
unarchive_task_api_v2_tasks__task_id__unarchive_post 1 param → 200422
GET
/api/v2/agent-tasks
Get Agent Tasks
get_agent_tasks_api_v2_agent_tasks_get → 200
POST
/api/v2/task
Redirect To Tasks
redirect_to_tasks_api_v2_task_post → 200
POST
/api/v2/tasks/search
Search Tasks
search_tasks_api_v2_tasks_search_post 3 params body → 200422
POST
/api/v2/tasks/{task_id}/rules
Create Task Rule
create_task_rule_api_v2_tasks__task_id__rules_post 1 param body → 200422
PATCH
/api/v2/tasks/{task_id}/rules/{rule_id}
Update Task Rules
update_task_rules_api_v2_tasks__task_id__rules__rule_id__patch 2 params body → 200422
DELETE
/api/v2/tasks/{task_id}/rules/{rule_id}
Archive Task Rule
archive_task_rule_api_v2_tasks__task_id__rules__rule_id__delete 2 params → 200422
POST
/api/v2/tasks/{task_id}/metrics
Create Task Metric
create_task_metric_api_v2_tasks__task_id__metrics_post 1 param body → 201422
PATCH
/api/v2/tasks/{task_id}/metrics/{metric_id}
Update Task Metric
update_task_metric_api_v2_tasks__task_id__metrics__metric_id__patch 2 params body → 200422
DELETE
/api/v2/tasks/{task_id}/metrics/{metric_id}
Archive Task Metric
archive_task_metric_api_v2_tasks__task_id__metrics__metric_id__delete 2 params → 200422
POST
/api/v1/tasks/{task_id}/demos/chatbot/stream
Stream Demo Chatbot
stream_demo_chatbot_api_v1_tasks__task_id__demos_chatbot_stream_post 1 param body → 200422

Schemas 47

The contract defines 47 schemas that model the data the API accepts and returns. The most detailed are EnrichedTaskResponse (13 properties), TaskResponse (11 properties), RuleResponse (10 properties), MetricResponse (8 properties). Each schema is shown below with its type and property counts.

RegexConfig
object
1 property 1 required
TaskResponse
object
11 properties 5 required
PIIConfig
object
3 properties
DataSource
object
Data source used by an agent.
1 property 1 required
GCPAgentMetadataResponse
object
GCP-specific agent metadata for responses.
3 properties 3 required
ToolCall
object
3 properties 2 required
AgentCreationSource
NewRuleRequest
object
5 properties 4 required
NewMetricRequest
object
4 properties 3 required
OTELAgentCreationSource
object
Creation source for OTEL-discovered agents (auto-created from traces).
2 properties
ExamplesConfig
object
2 properties 1 required
ManualAgentCreationSource
object
Creation source for manually created tasks.
1 property
Tool
object
Tool definition with arguments.
2 properties 1 required
SearchTasksRequest
object
5 properties
PaginationSortMethod
string
MetricResponse
object
8 properties 6 required
GCPAgentCreationSource
object
Creation source for GCP-discovered agents.
5 properties 3 required
ToxicityConfig
object
1 property
OpenAIMessage-Input
object
The message schema class for the prompts playground. This class adheres to OpenAI's message schema.
5 properties 1 required
AgentMetadataResponse
object
Agent metadata for responses.
3 properties 1 required
RegisteredAgentProvider
string
RelevanceMetricConfig
object
Configuration for relevance metrics including QueryRelevance and ResponseRelevance
2 properties
RuleResponse
object
10 properties 8 required
AgentMetadata
object
2 properties 1 required
ValidationError
object
5 properties 3 required
SearchTasksResponse
object
2 properties 2 required
ToolArgument
object
Argument definition for a tool.
2 properties 2 required
InputAudio
object
2 properties 2 required
UpdateMetricRequest
object
1 property 1 required
RuleType
string
ToolCallFunction
object
2 properties 2 required
OpenAIMessageType
string
KeywordsConfig
object
1 property 1 required
HTTPValidationError
object
1 property
ImageURL
object
1 property 1 required
GCPAgentMetadata
object
3 properties 3 required
SubAgent
object
Sub-agent definition.
1 property 1 required
UpdateRuleRequest
object
1 property 1 required
OpenAIMessageItem
object
4 properties 1 required
MetricType
string
RuleScope
string
NewTaskRequest
object
3 properties 1 required
LLMModel
object
Model used by an agent.
1 property 1 required
ChatbotRequest
object
2 properties 1 required
MessageRole
string
EnrichedTaskResponse
object
Response model for agent-tasks endpoint with enriched metadata.
13 properties 4 required
ExampleConfig
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

arthurai-tasks-api-openapi.yml Raw ↑

Other APIs ArthurAI publishes across the network.

ArthurAI Agent Discovery API
ArthurAI Agentic Experiments API
ArthurAI Agentic Notebooks API
ArthurAI Agents V1 API
ArthurAI Alert Rules V1 API
ArthurAI Alerts V1 API
ArthurAI API Keys API
ArthurAI Authorization V1 API
ArthurAI Chatbot API
ArthurAI Configuration API
ArthurAI Connector Schemas V1 API
ArthurAI Connectors V1 API
Where this information came from

This is an independent, third-party profile of ArthurAI Tasks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.