Skip to main content
GET
/
storage
/
records
/
list
List records
curl --request GET \
  --url https://api.getcargo.io/v1/storage/records/list \
  --header 'Authorization: Bearer <token>'
{
  "outcome": "<string>",
  "records": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

modelUuid
string
required

Model identifier.

Response

Successful response

outcome
string
required

List outcome.

Allowed value: "listed"
records
Records · object[]
required

Listed records.