Substy Developers
Intelligence

List intelligence memories

List saved Substy Intelligence memories in the selected private or agency scope, up to the requested limit.

GET/v1/agencies/{agencyId}/intelligence/memories

List saved Substy Intelligence memories in the selected private or agency scope, up to the requested limit.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length

Query Parameters

scope?string
Default"private"

Value in

  • "private"
  • "agency"
limit?integer
Range1 <= value <= 200
Default100

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/intelligence/memories" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": [    {      "id": "string",      "memory": "string",      "scope": "agency",      "createdAt": null,      "updatedAt": null,      "metadata": null    }  ],  "meta": {    "requestId": "string"  }}