v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Context

Get a context

Returns basic information about a context.

get/context/{context_id}

Path parameters

context_idstring uuid required

An opaque identifier of a context.

Response

The context

idstring uuid required

The unique ID of the context.

namestring required

The user defined name of the context.

created_atstring date-time required

The date and time the context was created.

Example response

{
  "created_at": "2015-09-21T17:29:21.042Z"
}