Skip to main content
GET
/
v1
/
checks
List Checks
curl --request GET \
  --url https://api.wellapp.ai/v1/checks
{
  "data": [
    {
      "type": "check",
      "id": "uuid",
      "attributes": {}
    }
  ],
  "meta": {
    "total": 0,
    "count": 0
  },
  "links": {
    "next": null
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.wellapp.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

limit
integer
default:50

Page size (max 200).

Required range: x <= 200
cursor
string

Opaque keyset cursor; omit for the first page.

orderBy
string

Field to order by.

direction
enum<string>
Available options:
asc,
desc
workspaceId
string<uuid>

Optional explicit workspace scope (Firebase-authenticated callers).

Response

A page of check records.