codespace_export_details
Overview
Name | codespace_export_details |
Type | Resource |
Id | github.codespaces.codespace_export_details |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Id for the export details |
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 |
sha | string | Git commit SHA of the exported branch |
state | string | State of the latest export |
Methods
Name | Accessible by | Required Params |
---|---|---|
get_export_details_for_authenticated_user | SELECT | codespace_name, export_id |