v1

latestOpenAPI 3.0.32026-08-0425108247.7 KB
Tasks

Search tasks

Searches tasks visible to the authenticated API key.

get/search/tasks

Query parameters

qstring

Search query text. When omitted, returns the default task list ordering.

Search query text. When omitted, returns the default task list ordering.

limitinteger

Maximum number of records to return.

Maximum number of records to return.

Response

Task search results.

Example response

{
  "data": {
    "items": [
      {
        "created_at": "2026-05-14T08:00:00.000Z",
        "id": "01jzn7e61x3a7v9h2r7t2m3q4p",
        "last_activity_at": "2026-05-14T08:00:00.000Z",
        "updated_at": "2026-05-14T08:00:00.000Z"
      }
    ]
  },
  "items": [
    {
      "created_at": "2026-05-14T08:00:00.000Z",
      "id": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "last_activity_at": "2026-05-14T08:00:00.000Z",
      "updated_at": "2026-05-14T08:00:00.000Z"
    }
  ]
}