Skip to main content
HEAD
/
api
/
v1
/
projects
/
{projectId}
/
sessions
/
{sessionId}
curl -I \
  -H "Authorization: Bearer YOUR_API_KEY" \
  https://cloud.specstory.com/api/v1/projects/proj_abc123/sessions/550e8400-e29b-41d4-a716-446655440000
HTTP/1.1 200 OK
ETag: W/"3bf2-18d4c5a8f90"
Last-Modified: Mon, 15 Jan 2024 14:45:30 GMT
Content-Length: 15420

Documentation Index

Fetch the complete documentation index at: https://specstory.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Request

projectId
string
required
The unique identifier of the project
sessionId
string
required
The unique identifier of the session
Authorization
string
required
Bearer token for authentication
If-None-Match
string
ETag value for conditional requests

Response

This endpoint returns only HTTP status codes and headers, no response body.

Response Headers

HeaderDescription
ETagEntity tag for the session version
Last-ModifiedLast modification timestamp
Content-LengthSize of the session content

Status Codes

StatusDescription
200Session exists
304Not Modified (if ETag matches)
401Unauthorized
404Session not found
curl -I \
  -H "Authorization: Bearer YOUR_API_KEY" \
  https://cloud.specstory.com/api/v1/projects/proj_abc123/sessions/550e8400-e29b-41d4-a716-446655440000
HTTP/1.1 200 OK
ETag: W/"3bf2-18d4c5a8f90"
Last-Modified: Mon, 15 Jan 2024 14:45:30 GMT
Content-Length: 15420