Skip to main content
GET
/
api
/
internal
/
bolt
/
org
/
sessions
List Org Sessions
curl --request GET \
  --url https://app.datafold.com/api/internal/bolt/org/sessions \
  --header 'Authorization: <api-key>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "goal_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_at": "2023-11-07T05:31:56Z",
    "interview_plan": {},
    "last_message_at": "2023-11-07T05:31:56Z",
    "mode": "general"
  }
]

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Response

200 - application/json

Successful Response

created_at
string<date-time>
required
goal_id
string<uuid> | null
required
id
string<uuid>
required
name
string
required
project_id
string<uuid> | null
required
updated_at
string<date-time>
required
interview_plan
Interview Plan · object | null
last_message_at
string<date-time> | null
mode
string
default:general