GET
/
editor
/
v1
/
tasks
/
random
curl --request GET \
  --url https://api.aceaicompany.com/editor/v1/tasks/random
{
  "id": 123,
  "name": "<string>",
  "customer": "<string>",
  "editor": "<string>",
  "owner": "<string>",
  "repo": "<string>",
  "sha": "<string>",
  "repository_id": 123,
  "as_of_date": "2023-11-07T05:31:56Z",
  "question": "<string>",
  "expected_answer": "<string>",
  "expected_evidence": [
    {
      "path": "<string>",
      "startLine": 123,
      "endLine": 123,
      "about": "<string>",
      "htmlUrl": "<string>"
    }
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Purpose: Retrieves a random task for the specified task type. Use the query parameter task-type (e.g., “ellipsis-tier2-task”) to filter the tasks.

Query Parameters

task-type
string

Type of task. For example, 'ellipsis-tier2-task'.

Response

200
application/json
Random task retrieved successfully.

Represents an ellipsis tier 2 task.

id
integer
name
string
customer
string
editor
string | null
owner
string
repo
string
sha
string | null
repository_id
integer
as_of_date
string | null
question
string
expected_answer
string
expected_evidence
object[]
created_at
string
updated_at
string