Skip to content
Developers
Capabilities

List capabilities

GET /capabilities

GET
/capabilities

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Number of rows (default 50, max 200).

offset?number

Pagination offset (default 0).

for_project?string

Filter to capabilities attached to this project (joined through project_capabilities).

Response Body

application/json

curl -X GET "https://loading/api/v1/capabilities"
{
  "data": [
    {
      "id": "019cb675-c4d6-7e90-8806-25e5145c3a06",
      "name": "Web Dev",
      "description": null,
      "createdAt": "2026-01-06T10:00:00.000Z",
      "updatedAt": "2026-01-06T10:00:00.000Z"
    }
  ]
}
Empty
Empty
Empty
Empty