v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
trace

Create Session

post/projects/{project_id}/sessions

Path parameters

project_idstring uuid4 required

Request body

log_stream_idstring uuid4 nullable

Log stream id associated with the traces.

experiment_idstring uuid4 nullable

Experiment id associated with the traces.

metrics_testing_idstring uuid4 nullable

Metrics testing id associated with the traces.

logging_method'playground' | 'python_client' | 'typescript_client' | 'api_direct'
client_versionstring nullable
reliableboolean

Whether or not to use reliable logging. If set to False, the method will respond immediately before verifying that the traces have been successfully ingested, and no error message will be returned if ingestion fails. If set to True, the method will wait for the traces to be successfully ingested or return an error message if there is an ingestion failure.

namestring nullable

Name of the session.

previous_session_idstring uuid4 nullable

Id of the previous session.

external_idstring nullable

External id of the session.

user_metadataobject nullable

User metadata for the session.

Response

Successful Response

idstring uuid4 required

Session id associated with the session.

namestring nullable required

Name of the session.

project_idstring uuid4 required

Project id associated with the session.

project_namestring required

Project name associated with the session.

previous_session_idstring uuid4 nullable

Id of the previous session.

external_idstring nullable

External id of the session.