Skip to main content
GET
컴플라이언스 작업 조회

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

쿼리 매개변수

type
enum<string>
필수

나열할 Compliance Job의 type입니다.

사용 가능한 옵션:
tweets,
users
status
enum<string>

나열할 컴플라이언스 작업의 상태입니다.

사용 가능한 옵션:
created,
in_progress,
failed,
complete
compliance_job.fields
enum<string>[]

표시할 ComplianceJob 필드를 쉼표로 구분한 목록입니다. ComplianceJob 객체에서 요청할 수 있는 필드입니다.

Minimum array length: 1
사용 가능한 옵션:
created_at,
download_expires_at,
download_url,
id,
name,
resumable,
status,
type,
upload_expires_at,
upload_url
예시:

응답

요청이 성공했습니다.

data
object[]
Minimum array length: 1
errors
object[]
Minimum array length: 1

IETF RFC 7807(https://tools.ietf.org/html/rfc7807)에 정의된 HTTP Problem Details 객체

meta
object