List resources

GET/v1/servers

List deployable and managed resources such as web apps, functions, auth modules, and agent runtimes.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
NameLocationTypeRequiredDescription
projectIdquerystringNoFilter resources to a specific project
limitqueryintegerNo
offsetqueryintegerNo

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Resource listapplication/json
FieldTypeRequiredDescription
objectstringNo
dataobject[]No
data[].idstringNoUnique identifier.
data[].userIdstringNoUser ID.
data[].projectIdstringNoProject ID.
data[].namestringNoHuman-readable name.
data[].descriptionstringNoHuman-readable description.
data[].kindweb_app | function | auth | agent_runtimeNo
data[].sourceTypestringNo
data[].sourceEnvironmentIdstringNo
data[].sourcePathstringNoWorkspace-relative file path.
data[].regionstringNo
data[].runtimestringNo
data[].authModepublic | privateNo
data[].serviceUrlstringNo
data[].customDomainstringNo
data[].cloudRunServiceNamestringNo
data[].imageUrlstringNo
data[].statusdraft | deploying | deployed | failed | inactiveNoCurrent lifecycle status.
data[].lastDeployedAtstringNo
data[].metadataobjectNoFree-form metadata object.
data[].createdAtstringNoISO 8601 timestamp.
data[].updatedAtstringNoISO 8601 timestamp.
serversobject[]No
servers[].idstringNoUnique identifier.
servers[].userIdstringNoUser ID.
servers[].projectIdstringNoProject ID.
servers[].namestringNoHuman-readable name.
servers[].descriptionstringNoHuman-readable description.
servers[].kindweb_app | function | auth | agent_runtimeNo
servers[].sourceTypestringNo
servers[].sourceEnvironmentIdstringNo
servers[].sourcePathstringNoWorkspace-relative file path.
servers[].regionstringNo
servers[].runtimestringNo
servers[].authModepublic | privateNo
servers[].serviceUrlstringNo
servers[].customDomainstringNo
servers[].cloudRunServiceNamestringNo
servers[].imageUrlstringNo
servers[].statusdraft | deploying | deployed | failed | inactiveNoCurrent lifecycle status.
servers[].lastDeployedAtstringNo
servers[].metadataobjectNoFree-form metadata object.
servers[].createdAtstringNoISO 8601 timestamp.
servers[].updatedAtstringNoISO 8601 timestamp.
has_morebooleanNo
total_countintegerNo
List resources
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow