Skip to main content
GET
Get Endpoint

ヘッダー

Authorization
string
必須

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

パスパラメータ

endpoint_id
string
必須

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

レスポンス

200 - application/json

OK

id
string

Endpoint ID

:

"endpoint-id"

type
enum<string>

Endpoint type. Allowed values: sync, async

利用可能なオプション:
sync,
async
name
string

Endpoint name

:

"example-endpoint"

app_name
string

Application name

:

"example-app"

status
object

Endpoint status

url
string

Access URL

:

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

product_id
string

Serverless product ID

worker_config
object

Worker configuration

:
policy
object

Policy configuration

:
image
string

Image address

:

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

registry_auth_id
string

Registry authentication ID

:

"registry-auth-id"

entrypoint
string

Container entrypoint

:

""

command
string

Startup command

:

"cargo run"

volumes
object[]

Mount list

:
envs
object[]

Environment variable list

:
ports
integer[]

Port list

:
workers
object[]

Worker list

health_check
object

Health check configuration

:
region_id
string

Region ID

:

"region-id"

member_id
string

Member ID

:

"member-id"

owner_id
string

Owner ID

:

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

created_at
integer

Creation time. Unix timestamp

:

1710000000

最終更新日 2026年8月10日