naftiko: 1.0.0-alpha2 info: label: API Reference description: API Reference API capability. tags: - Label - Studio - API created: '2026-05-06' modified: '2026-05-06' capability: consumes: - type: http namespace: label-studio baseUri: http://localhost:8000 description: API Reference HTTP API. authentication: type: apikey in: header name: Authorization value: '{{LABEL_STUDIO_TOKEN}}' resources: - name: api-activity-logs path: /api/activity-logs/ operations: - name: list method: GET description: ✨ Get activity logs inputParameters: - name: end_date in: query type: string description: End date/time (ISO-8601) for log filtering. - name: method in: query type: string description: HTTP request method used in the log. - name: ordering in: query type: string description: Which field to use when ordering the results. - name: page in: query type: integer description: '[or "start"] Current page index.' - name: page_size in: query type: integer description: '[or "length"] Logs per page, use -1 to obtain all logs (might be slow).' - name: project in: query type: integer description: Project ID to filter logs. - name: search in: query type: string description: Search expression using "AND"/"OR" to filter by request URL. - name: start_date in: query type: string description: Start date/time (ISO-8601) for log filtering. - name: user in: query type: integer description: User ID to filter logs. - name: workspace in: query type: integer description: Workspace owner ID to filter logs. - name: Authorization in: header type: string required: true description: 'The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: