curl --request GET \
--url 'https://api.workstream.stateset.com/v1/bootstrap/templates' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"description": "Two-person tent, green — replacement for damaged pole set.",
"recommended_connector_types": [
"string"
],
"default_channels": [
"string"
]
}
]
List bootstrap templates
Available bootstrap templates.
GET
/
v1
/
bootstrap
/
templates
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/bootstrap/templates' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"description": "Two-person tent, green — replacement for damaged pole set.",
"recommended_connector_types": [
"string"
],
"default_channels": [
"string"
]
}
]
Query parameters
integer
Max items (capped at 1000).
integer
string
Filter by status.
Response
object[] — each element:
string
required
string
required
string
required
string[]
required
string[]
required
Status codes
| Code | Meaning |
|---|---|
200 | Available bootstrap templates. |
400 | Validation error |
401 | Unauthorized |
404 | Not found |
429 | Rate limited |
500 | Internal error |
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/bootstrap/templates' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"description": "Two-person tent, green — replacement for damaged pole set.",
"recommended_connector_types": [
"string"
],
"default_channels": [
"string"
]
}
]
Last modified on August 31, 2026