Skip to content

Commit d0f772e

Browse files
authored
Merge pull request #69 from hyperbeam/scotty/creation_date
Add creation date to get session
2 parents 1c3efa8 + ec5b4f3 commit d0f772e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/rest-api/dispatch/get-session.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ authMethod: "bearer"
2525
control.
2626
</ResponseField>
2727

28+
<ResponseField name="creation_date" type="string">
29+
The creation date of the cloud computer session. Formatted according to
30+
[RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) (e.g.
31+
2006-01-02T15:04:05Z07:00).
32+
</ResponseField>
33+
2834
<ResponseField name="termination_date" type="string or null">
29-
The termination time of the cloud computer session. Formatted according to
35+
The termination date of the cloud computer session. Formatted according to
3036
[RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) (e.g.
31-
2006-01-02T15:04:05Z07:00). null if the session hasn't terminated yet.
37+
2006-01-02T15:04:05Z07:00). `null` if the session hasn't terminated yet.
3238
</ResponseField>
3339

3440
<RequestExample>
@@ -47,6 +53,7 @@ curl -H 'Authorization: Bearer <your-api-key>' \
4753
"session_id": "c5772689-2255-4e59-8cea-b846cda7ad4e",
4854
"embed_url": "https://96xljbfypmn3ibra366yqapci.hyperbeam.com/AAEjQFOIRnyeb81XbBsHMw?token=VTWsp1KGn4lLySRkUCmmAhsCcqJrPdhTXNS0Y-KPwHU",
4955
"admin_token": "DrXWd9QguPRSXwhQn4yJ66sExpoV0BZtAfZsseYECKo",
56+
"creation_date": "2025-01-02T15:04:05Z07:00",
5057
"termination_date": null
5158
}
5259
```

0 commit comments

Comments
 (0)