v1

latestOpenAPI 3.1.02026-08-067019120.8 KB
Interviews

List interview sessions of a user by ID

Returns a filterable, paginated list of interview sessions for the user with the given user_id. Requires admin, advocate, the same user ID as the API owner, or the access_sessions permission.

get/api/user/{user_id}/interviews

Query parameters

secretstring

Decryption secret.

istring

Filter by interview filename.

sessionstring

Filter by session ID.

querystring

Session query string.

tagstring

Filter by tag.

include_dictionary0 | 1

Set to 1 to include interview answers.

next_idstring

Pagination token.

Response

Paginated list of interview sessions.

next_idstring nullable required

Opaque token to pass as next_id to retrieve the next page. null when no further pages exist.