# Timestamp


[API catalog](/reference/api/) · [Docker Sandboxes overview](/reference/api/sandboxes/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes-api/) · [OpenAPI specification](/reference/api/sandboxes/api.yaml)

API version: v1


> This API is experimental. Features, interfaces,
> and behavior may change.




Schema constraints and annotations:

```json
{
  "description": "An RFC 3339 timestamp in UTC, for example 2026-01-02T03:04:05Z.",
  "examples": [
    "2023-01-15T01:30:15.01Z",
    "2024-12-25T12:00:00Z"
  ],
  "format": "date-time",
  "type": "string"
}
```



