List Extension Instance
get
Path parameters
extensionIdstringRequired
Responses
200
OK
application/json
get
/public/v1/integration/extensions/{extensionId}/instances200
OK
Last updated
Was this helpful?
OK
OK
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/integration/extensions/{extensionId}/instances HTTP/1.1
Host: api.s1.show
Accept: */*
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2026-03-30T19:37:16.152Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2026-03-30T19:37:16.152Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"connecting": {
"at": "2026-03-30T19:37:16.152Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"running": {
"at": "2026-03-30T19:37:16.152Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"disconnected": {
"at": "2026-03-30T19:37:16.152Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"revision": 1,
"extension": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
},
"meta": {
"id": "text",
"name": "text",
"revision": 1,
"version": "text"
},
"externalId": "text",
"status": "Connecting",
"channel": {
"identity": null
}
}
]
}