v1

latestOpenAPI 3.1.02026-08-0456127224.3 KB
Interview Templates

List interview templates

Returns all interview templates configured for the workspace. Interview templates are reusable agent configurations cloned from a blueprint posting.

get/api/v2/interview-templates

Query parameters

limitinteger
starting_afterstring nullable
searchstring nullable

Case-insensitive substring filter applied to the template name.

Case-insensitive substring filter applied to the template name.

Headers

X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable

Response

Successful Response

Example response

{
  "data": [
    {
      "id": "IT_abc123",
      "template_code": "senior-swe-template",
      "name": "Senior Software Engineer Template",
      "description": "Standard 3-stage interview for senior backend roles.",
      "posting_id": "posting_xyz789",
      "created_at": 1739612400,
      "updated_at": 1739617200
    }
  ]
}