Autonomy Docs
API ReferencePlans

List test plans

Lists test plans available to the authenticated team.

GET
/api/plans

Lists test plans available to the authenticated team.

Authorization

bearerAuth
AuthorizationBearer <token>

Send Authorization: Bearer . The token can be an Autonomy organization API key (aut_xxx) or an OAuth access token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/plans"
[
  {
    "_id": "string",
    "name": "string",
    "platforms": [
      "web"
    ],
    "steps": [
      {
        "action": "click",
        "target": "Checkout button",
        "value": "string",
        "config": null
      }
    ],
    "mode": "auto"
  }
]
{
  "error": "string"
}
{
  "error": "string"
}