Get Context

Path parameters

context_idstringRequired
ID of context.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
context_idstring
ID of context.
typestring
Type of context.
datamap from strings to any
Data of context.
is_eventboolean
Whether the context is an event.
updated_atdatetime
Time at which context was last updated.
created_atdatetime
Time at which context was created.
metadatamap from strings to any or null
Metadata of context.

Errors