Skip to main content
GET
Get Endpoint

Cabeçalhos

Authorization
string
obrigatório

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Parâmetros de caminho

endpoint_id
string
obrigatório

Endpoint ID. String, length: 1-255 characters.

Resposta

200 - application/json

OK

id
string

Endpoint ID

Exemplo:

"endpoint-id"

type
enum<string>

Endpoint type. Allowed values: sync, async

Opções disponíveis:
sync,
async
name
string

Endpoint name

Exemplo:

"example-endpoint"

app_name
string

Application name

Exemplo:

"example-app"

status
object

Endpoint status

url
string

Access URL

Exemplo:

"https://endpoint.example.com/endpoint-id"

product_id
string

Serverless product ID

worker_config
object

Worker configuration

Exemplo:
policy
object

Policy configuration

Exemplo:
image
string

Image address

Exemplo:

"registry.example.com/namespace/image:tag"

registry_auth_id
string

Registry authentication ID

Exemplo:

"registry-auth-id"

entrypoint
string

Container entrypoint

Exemplo:

""

command
string

Startup command

Exemplo:

"cargo run"

volumes
object[]

Mount list

Exemplo:
envs
object[]

Environment variable list

Exemplo:
ports
integer[]

Port list

Exemplo:
workers
object[]

Worker list

health_check
object

Health check configuration

Exemplo:
region_id
string

Region ID

Exemplo:

"region-id"

member_id
string

Member ID

Exemplo:

"member-id"

owner_id
string

Owner ID

Exemplo:

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

created_at
integer

Creation time. Unix timestamp

Exemplo:

1710000000

Última modificação em 10 de agosto de 2026