Skip to main content
GET
List Service

Authorizations

Authorization
string
header
required

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

Response

Successful Response

id
string
required

Unique deployment ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string
required

Service name

Example:

"my-function"

url
string
required

Public URL for the service

Example:

"https://my-function-abc123.run.app"

created_at
string<date-time>
required

Deployment timestamp

region
string
required

Cloud region

Example:

"me-central1"

owner_id
string
required

Owner ID (user or organization)