Skip to main content
GET
/
v1
/
job-activities
/
{id}
Get job activity by ID
curl --request GET \
  --url https://api.stardex.ai/v1/job-activities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "901e2345-e67f-89ab-cdef-456789012345",
    "job_id": "123e4567-e89b-12d3-a456-426614174000",
    "activity_type": "meeting_note",
    "activity_content": "<p>Hiring manager kickoff. Aligned on must-have requirements and pipeline strategy.</p>",
    "activity_raw_content": "Hiring manager kickoff. Aligned on must-have requirements and pipeline strategy.",
    "is_starred": false,
    "created_by": {
      "id": "7d57bf3f-b470-48c0-ac98-a3f75b817209",
      "first_name": "Pranav",
      "last_name": "Patel"
    },
    "created_at": "2024-01-15T10:30:00Z",
    "updated_at": "2024-01-15T10:30:00Z"
  }
}

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

Job activity UUID.

Response

Job activity fetched

success
enum<boolean>
required
Available options:
true
data
object
required