Github API - Test Config

GET /user/codespaces/{codespace_name}/exports/{export_id}
users
codespaces

Gets information about an export of a codespace.

You must authenticate using a personal access token with the codespace scope to use this endpoint.

GitHub Apps must have read access to the codespaces_lifecycle_admin repository permission to use this endpoint.
Get details about a codespace export

Arguments
key codespace-name

codespace-name [scalar]

The name of the codespace.

API:
Github Open API
(version: 1.1.4)

key export-id

export-id [scalar]

The ID of the export operation, or latest. Currently only latest is currently supported.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json codespace-export-details

codespace-export-details [object]

An export of a codespace. Also, latest export details for a codespace can be fetched with id = latest

Attributes
branch string

Name of the exported branch

completed_at string

Completion time of the last export operation

export_url string

Url for fetching export details

html_url string

Web url for the exported branch

id string

Id for the export details

sha string

Git commit SHA of the exported branch

state string

State of the latest export

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)