Skip to main content
GET
/
v1
/
replica
/
{id}
/
canvas
List Canvas Items
curl --request GET \
  --url https://api.tryreplicas.com/v1/replica/{id}/canvas \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "filename": "<string>",
      "sizeBytes": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

The unique identifier of the replica

Response

Successful response

List of items the agent has dropped into the Canvas.

items
object[]
required